home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / tools / developer-tools / andere sprachen / perl5 / perl5.002 / ext / odbm_file / hints / sco.pl < prev    next >
Encoding:
Text File  |  1996-01-20  |  190 b   |  5 lines

  1. # Some versions of SCO contain a broken -ldbm library that is missing
  2. # dbmclose.  Some of those might have a fixed library installed as
  3. # -ldbm.nfs.
  4. $self->{LIBS} = ['-ldbm.nfs', '-ldbm'];
  5.